Struct isotope::ast::PartiallyTyped [−][src]
pub struct PartiallyTyped;
Expand description
Print out transported annotations and parameter types
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Annotate a term in this context
Print a variable index, given an annotation
Whether to print the parameter type of lambda functions
Try to convert a term to an AST in this context
Cache the result of converting a term to an AST in this context
Auto Trait Implementations
impl RefUnwindSafe for PartiallyTyped
impl Send for PartiallyTyped
impl Sync for PartiallyTyped
impl Unpin for PartiallyTyped
impl UnwindSafe for PartiallyTyped
Blanket Implementations
Mutably borrows from an owned value. Read more
Borrow an optional value of type T
Compare self to key
and return true
if they are equal.